home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 1977 / nema3.rec < prev    next >
Text File  |  1990-02-14  |  187b  |  8 lines

  1. TYPE NEMA3_REC = RECORD
  2. RECSTAT : LONGINT;
  3. FULLLINE2            : STRING[65]; {C  0}
  4. FULL                 : STRING[65]; {C  0}
  5. END;
  6. VAR NEMA3 : NEMA3_REC;
  7. CONST NEMA3_SIZE = 136;
  8.